home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
HYP
/
J-M
/
Kids El Verbo Simple.cpt
/
El Verbo Simple 1.1
/
card_76666.txt
< prev
next >
Wrap
Text File
|
1990-11-11
|
12KB
|
610 lines
-- card: 76666 from stack: in.1
-- bmap block id: 76966
-- flags: 4000
-- background id: 72461
-- name:
----- HyperTalk script -----
-- part 10 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=35 top=207 right=225 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: Response
----- HyperTalk script -----
on returnInField
Global Answer, Wrong, Correct
get Compare (Answer, card field "Response")
if it is false then
play "Buzzer"
add 1 to wrong
put wrong into card field "Not Right"
wait 2
put Answer into card field "Response"
wait 6
else
play "Bleenk"
add 1 to correct
put correct into card field "Right"
end if
put Round(Correct/(Correct+Wrong)*100) & "%" into card field "Average"
DoQuestion
end returnInField
-- part 13 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=81 top=126 right=144 bottom=307
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: QVerb
-- part 14 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=94 top=155 right=173 bottom=307
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: QTense
-- part 26 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=146 top=235 right=249 bottom=164
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Yo
----- HyperTalk script -----
on mouseUp
PutSubject "Yo",1
end mouseUp
-- part 15 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=102 top=184 right=201 bottom=307
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: QPerson
-- part 16 (button)
-- low flags: 00
-- high flags: 6006
-- rect: left=33 top=233 right=252 bottom=51
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: All Subjects
----- HyperTalk script -----
on mouseUp
if the hilite of card button "All Subjects" is true then
set the hilite of card button "Some Subjects" to false
show card field "Hide1"
else
click at the loc of card button "Some Subjects"
end if
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 2006
-- rect: left=33 top=254 right=272 bottom=51
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Some Subjects
----- HyperTalk script -----
on mouseUp
if the hilite of card button "Some Subjects" is true then
set the hilite of card button "All Subjects" to false
hide card field "Hide1"
else
click at the loc of card button "All Subjects"
end if
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 6006
-- rect: left=33 top=278 right=296 bottom=51
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: All Tenses
----- HyperTalk script -----
on mouseUp
if the hilite of card button "All Tenses" is true then
set the hilite of card button "Some Tenses" to false
show card field "Hide2"
else
click at the loc of card button "Some Tenses"
end if
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 2006
-- rect: left=33 top=298 right=316 bottom=51
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Some Tenses
----- HyperTalk script -----
on mouseUp
if the hilite of card button "Some Tenses" is true then
set the hilite of card button "All Tenses" to false
hide card field "Hide2"
else
click at the loc of card button "All Tenses"
end if
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=453 top=75 right=92 bottom=473
-- title width / last selected line: 0
-- icon id / first selected line: 6720 / 6720
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
Global Correct, Wrong
put 0 into Correct
put 0 into Wrong
put 0 into card field "Right"
put 0 into card field "Not Right"
put "0%" into card field "Average"
put empty into card field "QTense"
put empty into card field "QVerb"
put empty into card field "QPerson"
visual effect dissolve
go to card id 73808
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=146 top=255 right=269 bottom=164
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Tu
----- HyperTalk script -----
on mouseUp
PutSubject "Tu",2
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=179 top=235 right=249 bottom=197
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Nosotros
----- HyperTalk script -----
on mouseUp
PutSubject "Nosotros",4
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=179 top=255 right=269 bottom=197
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vosotros
----- HyperTalk script -----
on mouseUp
PutSubject "Vosotros",5
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=246 top=235 right=249 bottom=264
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Ud.
----- HyperTalk script -----
on mouseUp
PutSubject "Ud.",3
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=246 top=255 right=269 bottom=264
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Uds.
----- HyperTalk script -----
on mouseUp
PutSubject "Uds.",6
end mouseUp
-- part 18 (field)
-- low flags: 01
-- high flags: 0001
-- rect: left=143 top=232 right=271 bottom=458
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hide1
----- HyperTalk script -----
-- This Is A Dummy Field Used To Hide The Graphic Text
-- When All Subjects Is Selected.
-- part 33 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=145 top=281 right=295 bottom=163
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Present
----- HyperTalk script -----
on mouseUp
PutTense "Present",1
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=145 top=301 right=315 bottom=163
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Preterite
----- HyperTalk script -----
on mouseUp
PutTense "Preterite",2
end mouseUp
-- part 35 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=211 top=301 right=315 bottom=229
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Imperfect
----- HyperTalk script -----
on mouseUp
PutTense "Imperfect",3
end mouseUp
-- part 37 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=211 top=281 right=295 bottom=229
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Future
----- HyperTalk script -----
on mouseUp
PutTense "Future",4
end mouseUp
-- part 38 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=282 top=281 right=295 bottom=300
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Conditional
----- HyperTalk script -----
on mouseUp
PutTense "Conditional",5
end mouseUp
-- part 39 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=282 top=301 right=315 bottom=300
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Progressive
----- HyperTalk script -----
on mouseUp
PutTense "Progressive",6
end mouseUp
-- part 40 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=367 top=301 right=315 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Subjunctive
----- HyperTalk script -----
on mouseUp
PutTense "Subjunctive",8
end mouseUp
-- part 41 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=367 top=281 right=295 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Compound
----- HyperTalk script -----
on mouseUp
PutTense "Compound",7
end mouseUp
-- part 21 (field)
-- low flags: 01
-- high flags: 0001
-- rect: left=143 top=276 right=319 bottom=466
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hide2
----- HyperTalk script -----
-- This Is A Dummy Field Used To Hide The Graphic Text
-- When All Tenses Is Selected.
-- part 62 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=313 top=149 right=185 bottom=360
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 21
-- text size: 24
-- style flags: 8192
-- line height: 32
-- part name: Right
-- part 63 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=359 top=149 right=185 bottom=414
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 21
-- text size: 24
-- style flags: 8192
-- line height: 32
-- part name: Not Right
-- part 64 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=413 top=149 right=185 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 21
-- text size: 24
-- style flags: 8192
-- line height: 32
-- part name: Average
-- part 71 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=436 top=75 right=92 bottom=452
-- title width / last selected line: 0
-- icon id / first selected line: 1018 / 1018
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Reset Quiz
----- HyperTalk script -----
on mouseUp
Global Correct, Wrong
set cursor to watch
put 0 into Correct
put 0 into Wrong
put 0 into card field "Right"
put 0 into card field "Not Right"
put "0%" into card field "Average"
DoQuestion
set cursor to browse
end mouseUp
-- part contents for card part 63
----- text -----
0
-- part contents for card part 64
----- text -----
0%
-- part contents for card part 62
----- text -----
0